(post_command_idle_hook): Remove redundant (and inexact) obsolescence
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 4 Jul 2002 10:37:38 +0000 (10:37 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 4 Jul 2002 10:37:38 +0000 (10:37 +0000)
information.

src/keyboard.c

index 37529018962461c25dce47eb55b3fedc229a6e84..5e038c264ed70e2ab4d889c6c31a859b9758f13b 100644 (file)
@@ -10849,8 +10849,7 @@ might happen repeatedly and make Emacs nonfunctional.  */);
 
   DEFVAR_LISP ("post-command-idle-hook", &Vpost_command_idle_hook,
               doc: /* Normal hook run after each command is executed, if idle.
-Errors running the hook are caught and ignored.
-This feature is obsolete; use idle timers instead.  See `etc/NEWS'.  */);
+Errors running the hook are caught and ignored.  */);
   Vpost_command_idle_hook = Qnil;
 
   DEFVAR_INT ("post-command-idle-delay", &post_command_idle_delay,